<?php if ( function_exists('show_nivo_slider') ) { show_nivo_slider(); } ?>
That will add the slider inside the .content div on your custom page template. Now all you have to do is go to Pages => Add New in your admin area, select “Nivo Slider” under Template, and publish the page. Voila, you have a custom page template!
Here’s the code for the entire page:
1234567891011121314151617181920212223242526272829303132333435 | <?php |